🌎 rns.kin.earth git 🌍
Commit 99504b7f7d29aec664f14434b68a29e568bc6f4c
Parents : 72c1995
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-12-12T00:22:41+01:00
Reverted AutoInterface ingress limit
Changes
Diff
diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py
index 16f1c79a..04dbe6ef 100644
--- a/RNS/Interfaces/AutoInterface.py
+++ b/RNS/Interfaces/AutoInterface.py
@@ -615,7 +615,9 @@ class AutoInterfacePeer(Interface):
if self in RNS.Transport.interfaces: RNS.Transport.interfaces.remove(self)
# Ingress-limit announces per discovered peer
- def should_ingress_limit(self): return True
+ # TODO: Disabled until potential discovery issue
+ # has been diagnosed
+ def should_ingress_limit(self): return False
class AutoInterfaceHandler(socketserver.BaseRequestHandler):
def __init__(self, callback, *args, **keys):
Served by rngit 1.5.2 - Generated in 0.05s